Skip to main content

4005|Profitability By DIM3

FTP4 >> FTP Profitability Analysis >> Profitability By DIM3

Applicable for roles

  • RMUSER (RM USER)
  • RMUSER_M (RMUSER Maker)
  • RMUSER_C (RMUSER Checker)

Parameters

Global

#ParametersExample
1✅ AsOndd-mm-yyyy
2✅ DenominationThousands

Local

#ParametersExample
1✅ HierarchyAll
2✅ DisplayProfitability and Margin

App Configurations:

Config KeyConfig ValueExplaination
DIM1DIM3The name for the dimension.
Denom1Default Denomination Value
DenomDescUnitDefault Denomination Description

Report specific

  • This report is generated for consolidated currency.
  • No currency filter is applied for this report.

Report details

Screenshot

Screenshot

Report Behaviour

  1. In case data does not exist for the selected AsOn Date, a custom exception is thrown and export and print buttons are hidden.
  2. In case Hierarchy is not defined for the DIM3s, 'ALL' is the only binded hierarchy.
  3. In case Display Dropdown in not bound, it throws application error.

Logic

Formulas

#ValueFormula
1Net Interest IncomeInterest Income - Interest Expense
2FTP MarginFTP Income - FTP Expense
3Net MarginAsset Margin + Liability Margin
4Asset Average BalanceSum(BalAmtHCY) where AorL == 'A'
5Interest IncomeSum(IntAmtHCY) where AorL == 'A'
6FTP ExpenseSum(FTPAmtHCY) where AorL == 'A'
7Asset MarginInterest Income - FTP Expense
8Interest Income RateSum(BalAmtHCY * AvgIntRate) / Sum(BalAmtHCY) where AorL == 'A'
9FTP Expense RateSum(BalAmtHCY * AvgFTPRate) / Sum(BalAmtHCY) where AorL == 'A'
10Asset SpreadInterest Income Rate - FTP Expense Rate
11Liability Average BalanceSum(BalAmtHCY) where AorL == 'L'
12Interest ExpenseSum(IntAmtHCY) where AorL == 'L'
13FTP IncomeSum(FTPAmtHCY) where AorL == 'L'
14Liability MarginFTP Income - Interest Expense
15Interest Expense RateSum(BalAmtHCY * AvgIntRate) / Sum(BalAmtHCY) where AorL == 'L'
16FTP Income RateSum(BalAmtHCY * AvgFTPRate) / Sum(BalAmtHCY) where AorL == 'L'
17Liability SpreadFTP Income Rate - Interest Expense Rate

Export

Export button at top right corner gives the option to download the report in 4 formats #|Format| ----|-------| 1|EXCEL| 2|PDF| 3|CSV| 4|TXT|

Dependencies:

#Search/Dropdown FieldTable Or view UsedScreen available to add/editScreen details
1DisplaytblCommonCodesNo------

Drill Down Reports

Product Level Drilldown

Possible errors:

ErrorCodeErrorMessageCause of error
BLF02032Data does not exist for {0}.If Records are not present for selected AsOnDate